| Commit message (Expand) | Author | Age | Files | Lines |
* | Result messages persist until key hit. | Kaz Kylheku | 2022-05-06 | 1 | -1/+3 |
* | Clip vertical splits correctly when line numbers turned on. | Kaz Kylheku | 2022-05-06 | 1 | -9/+20 |
* | Left and right separator indistinguishable when alone. | Kaz Kylheku | 2022-05-06 | 1 | -6/+6 |
* | Draw left bars even when there is no left pane. | Kaz Kylheku | 2022-05-06 | 1 | -2/+4 |
* | Removal of dubious addch(line, 0) caused crash. | Kaz Kylheku | 2022-05-06 | 1 | -0/+8 |
* | New { } commands to reposition middle pane origin. | Kaz Kylheku | 2022-05-06 | 1 | -0/+12 |
* | Limit scrolling to max line length, not arbitrary 10000. | Kaz Kylheku | 2022-05-06 | 1 | -1/+1 |
* | Remove dubious addch(line, 0) and compensating hack elsewhere. | Kaz Kylheku | 2022-05-06 | 1 | -2/+1 |
* | The [ ], < > commands take count. | Kaz Kylheku | 2022-05-06 | 1 | -21/+21 |
* | Nuke most unsigned int. | Kaz Kylheku | 2022-05-06 | 1 | -23/+22 |
* | Exchange [ ] and < > commands. | Kaz Kylheku | 2022-05-06 | 1 | -4/+4 |
* | Don't change middle pane origin and width when moving left split. | Kaz Kylheku | 2022-05-06 | 1 | -8/+3 |
* | Rewrite buggy middle pane logic. | Kaz Kylheku | 2022-05-06 | 1 | -47/+24 |
* | Fix pane display bugs. | Kaz Kylheku | 2022-05-06 | 1 | -6/+39 |
* | Adjust or hide panes on window resize. | Kaz Kylheku | 2022-05-06 | 1 | -0/+7 |
* | Toggle highlighting of marker chars. | Kaz Kylheku | 2022-05-06 | 1 | -6/+35 |
* | New feature: double vertical split. | Kaz Kylheku | 2022-05-05 | 1 | -10/+99 |
* | Refactoring post: split long lines. | Kaz Kylheku | 2022-05-05 | 1 | -8/+18 |
* | Refactoring: some vars moved into pwstate struct. | Kaz Kylheku | 2022-05-05 | 1 | -196/+201 |
* | Impose limit on maximum line length, controlled by option. | Kaz Kylheku | 2022-05-03 | 1 | -5/+25 |
* | Don't retrace if there are no lines to draw. | Kaz Kylheku | 2022-05-03 | 1 | -1/+1 |
* | Line number cosmetic issue. | Kaz Kylheku | 2022-05-03 | 1 | -2/+2 |
* | Implement quit count safeguard. | Kaz Kylheku | 2022-05-03 | 1 | -2/+21 |
* | Bugfix: stat_force not stat_dirty to display cmd result. | Kaz Kylheku | 2022-05-03 | 1 | -1/+1 |
* | New -g option to pre-load the grep stack. | Kaz Kylheku | 2022-05-03 | 1 | -1/+31 |
* | Ctrl-L refresh. | Kaz Kylheku | 2022-05-03 | 1 | -0/+2 |
* | Keep taking snapshots in background. | Kaz Kylheku | 2022-05-03 | 1 | -3/+3 |
* | Relax restrictions on stdout; improve error reporting. | Kaz Kylheku | 2022-05-02 | 1 | -23/+23 |
* | Remove non-interactive mode. | Kaz Kylheku | 2022-05-02 | 1 | -35/+28 |
* | On EOF, don't call redraw, but only drawstatus. | Kaz Kylheku | 2022-05-02 | 1 | -2/+3 |
* | Ensure clrline calls observe background mode. | Kaz Kylheku | 2022-05-02 | 1 | -9/+10 |
* | Don't touch tty if exiting while backgrounded. | Kaz Kylheku | 2022-05-02 | 1 | -3/+8 |
* | New feature: read input if executing in background. | Kaz Kylheku | 2022-05-02 | 1 | -23/+57 |
* | Add forgotten copyright block to C source. | Kaz Kylheku | 2022-05-02 | 1 | -0/+27 |
* | Fix null pointer deref in freebuf. | Kaz Kylheku | 2022-05-01 | 1 | -2/+3 |
* | A bit more encapsulation for the regex handling. | Kaz Kylheku | 2022-05-01 | 1 | -41/+58 |
* | triggers: use dsref on dstr, not dsdup. | Kaz Kylheku | 2022-05-01 | 1 | -1/+1 |
* | Refactor: move regexec calls into function. | Kaz Kylheku | 2022-05-01 | 1 | -17/+14 |
* | New # command to toggle line numbers. | Kaz Kylheku | 2022-05-01 | 1 | -10/+35 |
* | Allow leading ! to invert trigger patterns. | Kaz Kylheku | 2022-05-01 | 1 | -9/+25 |
* | New feature: snapshot history. | Kaz Kylheku | 2022-05-01 | 1 | -39/+83 |
* | Fix memory leak when resizing line buffer down. | Kaz Kylheku | 2022-05-01 | 1 | -0/+3 |
* | Don't copy to snapshot when dirty flag is absent. | Kaz Kylheku | 2022-05-01 | 1 | -1/+1 |
* | New a, d commands to advance or delay triggers. | Kaz Kylheku | 2022-04-30 | 1 | -0/+28 |
* | Triggers: switch implementation to grep structs. | Kaz Kylheku | 2022-04-30 | 1 | -20/+32 |
* | Fix issues with the count prefix. | Kaz Kylheku | 2022-04-30 | 1 | -5/+10 |
* | New feature: multi-line triggering. | Kaz Kylheku | 2022-04-30 | 1 | -30/+85 |
* | Commands can have numeric prefix: + is guinea pig for this. | Kaz Kylheku | 2022-04-30 | 1 | -7/+24 |
* | Regression: no redraw for horizontal scrolling. | Kaz Kylheku | 2022-04-30 | 1 | -1/+1 |
* | Use BRE by default, with optional ERE. | Kaz Kylheku | 2022-04-29 | 1 | -3/+16 |