| Commit message (Expand) | Author | Age |
* | Factor out input handling to input.c | June McEnroe | 2022-02-19 |
* | Factor out window management to window.c | June McEnroe | 2022-02-19 |
* | Implement new line editing "library" | June McEnroe | 2022-02-18 |
* | Simplify cursor positioning in input | June McEnroe | 2022-02-18 |
* | Add M-s to (temporarily) reveal spoiler text | June McEnroe | 2022-02-03 |
* | Add C-z s to set spoiler text | June McEnroe | 2022-02-03 |
* | Parse IRC formatting in timestamp string | June McEnroe | 2021-10-28 |
* | Fix missing include for flock(2) | June McEnroe | 2021-08-09 |
* | Don't apply uiThreshold to Network and Debug | June McEnroe | 2021-07-20 |
* | Add -q/quiet option to raise default message visibility threshold | Klemens Nanni | 2021-07-20 |
* | FreeBSD: Avoid caph_stream_rights(3) | June McEnroe | 2021-07-13 |
* | FreeBSD: Use capsicum_helpers.h | June McEnroe | 2021-06-28 |
* | FreeBSD: Limit rights on save file | June McEnroe | 2021-06-25 |
* | Open save file with CLOEXEC | June McEnroe | 2021-06-21 |
* | /exec without controlling terminal | Klemens Nanni | 2021-06-13 |
* | Fix unknown file signature error | June McEnroe | 2021-06-11 |
* | Exclusively lock save file | June McEnroe | 2021-06-11 |
* | Open save file with "a+" | June McEnroe | 2021-06-11 |
* | Open save file once in uiLoad() and keep it open until uiSave() | Klemens Nanni | 2021-06-11 |
* | Rename file to saveFile | Klemens Nanni | 2021-06-11 |
* | Replace catf with seprintf | June McEnroe | 2021-06-09 |
* | Avoid writing past the end of the status bar | Michael Forney | 2021-06-05 |
* | List windows with /window 1.8 | June McEnroe | 2021-05-28 |
* | Add C-z keys for directly inserting most color codes | June McEnroe | 2021-03-17 |
* | Reset style after newline in input | June McEnroe | 2021-03-17 |
* | Show where too-long-messages will be automatically split | June McEnroe | 2021-03-17 |
* | Add bindings for C-Left and C-Right | June McEnroe | 2021-03-07 |
* | Add all window names to global completion | June McEnroe | 2021-03-02 |
* | Add workaround for lack of A_ITALIC in old ncurses | June McEnroe | 2021-02-27 |
* | Add C-z p to manually toggle paste mode | June McEnroe | 2021-02-15 |
* | Refactor Focus and Paste mode strings | June McEnroe | 2021-02-15 |
* | Add C-z C-v for literal next | June McEnroe | 2021-02-03 |
* | Also skip marking swap window | June McEnroe | 2021-01-31 |
* | Actually scroll to first line for "scroll to top" | June McEnroe | 2021-01-29 |
* | Only skip setting swap in windowShow | June McEnroe | 2021-01-29 |
* | Move threshold and mute indicators directly after number | June McEnroe | 2021-01-28 |
* | Save window time display toggle | June McEnroe | 2021-01-27 |
* | Measure timestamp width using ncurses | June McEnroe | 2021-01-27 |
* | Change default timestamp format to %X | June McEnroe | 2021-01-27 |
* | Add toggleable display of timestamps | June McEnroe | 2021-01-27 |
* | Only list up until scroll position with M-l | June McEnroe | 2021-01-26 |
* | Preserve scroll position across reflows | June McEnroe | 2021-01-26 |
* | Rename and move scroll functions closer to where they are used | June McEnroe | 2021-01-26 |
* | Factor out windowReflow | June McEnroe | 2021-01-26 |
* | Disable notify in restricted mode | June McEnroe | 2021-01-25 |
* | Don't print timestamps for blank lines in bufferList | June McEnroe | 2021-01-25 |
* | Simplify windowUpdate loops and factor out windowTop | June McEnroe | 2021-01-21 |
* | Don't lose swapped window when navigating to current buffer | Jeremy O'Brien | 2021-01-19 |
* | Use Warm heat for manually inserted blank lines | June McEnroe | 2021-01-19 |
* | Use Warm heat for blank lines 1.5 | June McEnroe | 2021-01-17 |