1
1
mirror of https://github.com/walles/moar.git synced 2024-11-26 04:21:11 +03:00
moar/twin
Johan Walles 574235bc03 Print log messages on panic()
Before this change, if moar...
1. Logged some messages
2. Panicked

... then only the panic() output would be printed and the log messages
would be lost.

With this change in place, both are printed.
2023-08-27 09:02:31 +02:00
..
cell_test.go Bump testing library to latest version 2022-09-25 09:06:46 +02:00
cell.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
colors.go Write tcell replacement 2021-04-17 22:24:40 +02:00
events.go Write tcell replacement 2021-04-17 22:24:40 +02:00
fake-screen.go Fix feature envy 2022-02-18 19:27:10 +01:00
keys.go Handle "SS3" arrow key events 2023-06-07 19:49:13 +02:00
screen_test.go Add another test 2023-03-23 22:42:40 +01:00
screen-setup-windows.go Clarify where Windows errors come from 2023-08-14 19:47:42 +02:00
screen-setup.go Add a Windows executable to the release 2021-09-10 06:50:44 +02:00
screen.go Print log messages on panic() 2023-08-27 09:02:31 +02:00
styles.go Improve test diagnostics 2023-05-03 19:45:04 +02:00