about summary refs log tree commit diff
path: root/ui-snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-snapshot.c')
0 files changed, 0 insertions, 0 deletions
> * Use blank line as unread markerJune McEnroe2018-08-08 | * Add Homebrew LibreSSL paths to MakefileJune McEnroe2018-08-08 | * Distinguish self with square bracketsJune McEnroe2018-08-08 | * Add markers as lines to the logJune McEnroe2018-08-08 | * Factor out line editing to edit.cJune McEnroe2018-08-08 | * Set log marker on FocusOut eventJune McEnroe2018-08-08 | | | | | All of this needs refactoring, probably separating the line editing out from the actual input handling. * Color own messages 15June McEnroe2018-08-08 | | | | | My own settings have "white" slightly darker than the default color, so this helps to distinguish my own messages. * Use BLACK LEFT-POINTING TRIANGLE for markerJune McEnroe2018-08-08 | * Reset attrs after addIRCJune McEnroe2018-08-07 | | | | Otherwise the marker inherits whatever was left on. * Add tab complete UIJune McEnroe2018-08-07 | | | | This definitely needs refactoring. * Implement cycling tab completeJune McEnroe2018-08-07 | | | | Not properly hooked up to the UI yet. * Mark log when scrolling upJune McEnroe2018-08-07 | * Remove extraneous slash from unrecognized commandJune McEnroe2018-08-07 | * Highlight and beep pingsJune McEnroe2018-08-07 | * Factor out allocating conversion between wcs and mbsJune McEnroe2018-08-07 | * Match commands case-insensitivelyJune McEnroe2018-08-07 | | | | | Also include the slash in their names so that they can be added to tab-complete later. * Convert input to multibyte before handlingJune McEnroe2018-08-07 | * Populate tab-complete listJune McEnroe2018-08-07 | * Fix /me formatting side-effectsJune McEnroe2018-08-07 | | | | NEVER pass side-effects to a macro. * Define ui.c BUF_LEN with enum