1
1
mirror of https://github.com/walles/moar.git synced 2024-11-22 11:45:50 +03:00
moar/twin
Johan Walles f4fed36bfd Fix a hang
Before this change, if select() returned EINTR we would hang.

This change:
* Makes us ignore EINTRs and try again
* Makes sure to not hang, even if the twin main loop would fail for some
  other reason.
2024-07-15 20:30:47 +02:00
..
cell_test.go Bump testing library to latest version 2022-09-25 09:06:46 +02:00
cell.go Render non-breaking spaces 2024-01-11 09:33:23 +01:00
colors_test.go Improve color downsampling 2024-01-12 15:01:37 +01:00
colors.go Improve color downsampling 2024-01-12 15:01:37 +01:00
events.go Get terminal background color asynchronously 2024-01-13 12:36:26 +01:00
fake-screen.go Only request terminal bg if needed 2024-01-20 08:34:59 +01:00
keys.go keys.go: Allow alternative Home/End key encoding 2023-09-29 23:30:38 -07:00
palette256_test.go Drop redundant dependency 2023-12-20 18:28:07 +01:00
palette256.go Handle warnings in twin 2024-01-01 13:39:30 +01:00
screen_test.go Downsample colors to terminal palette 2023-12-19 08:47:40 +01:00
screen-setup-windows.go Fix a hang 2024-07-15 20:30:47 +02:00
screen-setup.go Fix a hang 2024-07-15 20:30:47 +02:00
screen.go Fix a hang 2024-07-15 20:30:47 +02:00
styles_test.go Downsample colors to terminal palette 2023-12-19 08:47:40 +01:00
styles.go Handle warnings in twin 2024-01-01 13:39:30 +01:00