Tim Stack
Tim Stack
Many viewers have support for making a line stick to the top view, so we should add something similar. An example would be a CSV header line. The breadcrumbs serve...
### Discussed in https://github.com/tstack/lnav/discussions/1376 Originally posted by **zamazan4ik** January 21, 2025 Hi! I suggest enabling Link-Time Optimization (LTO) for `lnav` (`-flto` option in GCC and Clang compilers). It allows to...
The "slow down" logic tries to work without user input, but it will still highlight small values that the user might not care about. There should probably be a way...
v0.12.3 added support for uploading crash logs, but I still need to automate downloading the crash logs and sending a notification.
The ssh-based demo server doesn't tidy up log files in /tmp and fills it up regularly.
Hi there, After running notcurses-demo in iTerm2 on MacOS 15.1.1, keyboard input is all messed up. Pressing keys just spits out escape codes like the following: ``` u3;1:3uu;1:3u7442;5u9;5u9;5:3u7442;1:3u7442;5u9;5u9;5:3u9;5u9;5:3u9;5u9;5:3u7442;1:3u3u3;1:3u3u3;1:3u3u3 ;1:3u3u3;1:3u:3uu;1:3uu;1:3u3u3;1:3u3u3;1:3u7u7;1:3u ```...
I think the last change for #2647 is causing problems when I'm testing with WSL/Windows Terminal. I'm working with Windows 11 24H2 and installed Ubuntu 24.04 WSL. Using Windows Terminal,...
iTerm2 seems to send `CSI 11~` for F1 instead of `SS3 P` as shown [here](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#legacy-functional-keys). I "fixed" this by adding mappings for `CSI 11~` through `CSI 14~` for F1-F4 in...
The `emit_bg_palindex()` function sets `lastr` instead of `lastbr`: https://github.com/dankamongmen/notcurses/blob/3a3c75e65ac8342f10a0e16eb63ab642aaf52ef4/src/lib/render.c#L868