Tim Stack

Results 50 issues of Tim Stack

I think this chunk of code allows a string terminator of `ST` or `BEL`: https://github.com/dankamongmen/notcurses/blob/3a3c75e65ac8342f10a0e16eb63ab642aaf52ef4/src/lib/automaton.c#L560-L563 However, the `amata_next_string()` only looks for the escape: https://github.com/dankamongmen/notcurses/blob/3a3c75e65ac8342f10a0e16eb63ab642aaf52ef4/src/lib/in.c#L446-L452 I think things usually work because...

bug

It doesn't look like the `ncinput` structure has a way to indicate if a mouse input event is a drag or not (i.e. the user moves the mouse while holding...

bug

The `ncplane_hline()` code assumes the channels contain RGB values: https://github.com/dankamongmen/notcurses/blob/3a3c75e65ac8342f10a0e16eb63ab642aaf52ef4/src/lib/notcurses.c#L2166-L2175 So, you get garbage when trying to draw a line with palette indexed colors. Please include the following data: *...

bug

After a call to `notcurses_core_init()`, subsequent calls to `notcurses_get_nblock()` return garbage, even though there has been no keyboard input. The garbage looks like this: ``` ;rgb:5f5f/afaf/afafG4;147;rgb:afaf/afaf/ffffG4;218;rgb:ffff/afaf/d7d7G ``` I'm guessing this...

bug

### Discussed in https://github.com/tstack/lnav/discussions/1564 Originally posted by **mwsmws22** October 17, 2025 I am trying to switch `shift` + `→` (right ten columns) with `→` (right half a page). and `shift`...

enhancement

With the addition of external-access, it might be useful to add some commands that allow the user to manipulate the terminal window that contains lnav.

enhancement

I think the vtables implement the opid indexing efficiently now, so we can move the `o` implementation out of hotkeys.cc to default-keymap.json.

enhancement

We have the `:sh` command and the `-e` flag to execute a shell command-line and capture its output. To go along with those, it would be nice to have a...

enhancement

Add a video to the lnav YT channel that goes over what makes it better than tail/grep. Show a terminal that is split and running both things tailing a log...

enhancement

It would be useful to be able to quickly refresh the DB results view when new log data has come in.

enhancement