summary refs log tree commit diff
path: root/etc (follow)
Commit message (Collapse)AuthorAge
...
* Add CodeQWERTY keylayoutJune McEnroe2018-01-27
| | | | | Yeah, I think it's time to switch back. My typing seems still worse than it started, and keeping weird layouts is inconvenient.
* Convert to CodeColemak keylayoutJune McEnroe2018-01-26
|
* Add Colemak keylayoutJune McEnroe2018-01-26
|
* Remove Code Tarmak 3June McEnroe2017-12-31
|
* Update Linux console map to Tarmak 4June McEnroe2017-09-27
|
* Add Code Tarmak 4 layoutJune McEnroe2017-09-27
| | | | So close now!
* Rename files directory etcJune McEnroe2017-09-15
|
* Remove unused configsJune McEnroe2013-10-14
|
* Update system configurationsJune McEnroe2013-04-24
|
* Add PulseAudio configurationJune McEnroe2012-12-19
|
* Remove rc.confJune McEnroe2012-12-19
|
* Add cpupower configurationJune McEnroe2012-10-06
|
* Add system-wide configuration filesJune McEnroe2012-10-06
it/ui.c?h=enroll&id=c48672313b910cade2ec5050ded95713a3a2b5b9&follow=1'>Factor out styleStripJune McEnroe 2020-10-02Double up /help for server helpJune McEnroe 2020-09-30Use WHO for /opsJune McEnroe 2020-09-30Add /ops commandJune McEnroe 2020-09-18Allow 2-param form of /whois, count comma-separated nicksJune McEnroe 2020-09-18Switch back to checking for server by nick with '.'June McEnroe 2020-09-11Copy style from wrapping pointJune McEnroe 2020-09-09Silence set-but-unused warning 1.2June McEnroe 2020-09-08Include DEL in characters ncurses will print in ^A formJune McEnroe 2020-09-07Add blank line to unread if there are already unreadJune McEnroe 2020-09-07Call uiWrite to insert blank linesJune McEnroe 2020-09-07Let wrapped lines use the last columnJune McEnroe 2020-09-06Handle non-alignment tabs in line wrappingJune McEnroe 2020-09-06Add C-r, C-s for basic scrollback searchJune McEnroe 2020-09-03Add M-n, M-p to jump to highlightsJune McEnroe 2020-09-03Fix M-u behaviour difference before and after reflowJune McEnroe 2020-09-02Recalculate unreadHard on reflowJune McEnroe 2020-09-02Give blank lines timestampsJune McEnroe 2020-09-02Hide ignored messages at the soft -> hard buffer layerJune McEnroe 2020-09-02Don't call completeTouch for ignored messagesJune McEnroe 2020-09-02Preserve style after alignmentJune McEnroe 2020-09-02Still add ignored lines to unreadHardJune McEnroe 2020-09-02Actually insert blank lines in the soft bufferJune McEnroe 2020-09-02Reimplement split scrollingJune McEnroe 2020-09-02Fix inserting blank lines BEFORE the new messageJune McEnroe 2020-09-02Only call windowUpdate when the shown window needs updatingJune McEnroe 2020-09-02Don't consider the alignment tab a wrapping pointJune McEnroe 2020-09-02Call wclear on resizeJune McEnroe