aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Collapse)AuthorAgeFilesLines
* degesch: clean upPřemysl Janouch2016-10-291-1/+1
| | | | Caught by Coverity, however it is quite harmless.
* degesch: tiny fixes for the prompt hookcoverity_scanPřemysl Janouch2016-10-291-2/+3
| | | | | | It should return valid UTF-8. Also remember to refresh the prompt upon hook removal.
* degesch: avoid senseless indirection in hooksPřemysl Janouch2016-10-291-52/+8
| | | | It's always been one function call only this far.
* degesch: rename things around terminal attributesPřemysl Janouch2016-10-291-43/+41
|
* degesch: simplify "attribute_printer"Přemysl Janouch2016-10-291-45/+17
| | | | Now that the line wrapper took over some of the state.
* degesch: microoptimizationPřemysl Janouch2016-10-281-1/+1
|
* degesch: refresh the prompt when a hook is setPřemysl Janouch2016-10-281-0/+1
|
* degesch: don't consider all mode changes importantPřemysl Janouch2016-10-281-4/+16
|
* degesch: optimize Lua weak refsPřemysl Janouch2016-10-281-30/+11
|
* degesch: export server state as a string to LuaPřemysl Janouch2016-10-281-0/+18
|
* degesch: add Lua API for screen size retrievalPřemysl Janouch2016-10-281-1/+10
|
* degesch: add a prompt hookPřemysl Janouch2016-10-281-1/+76
|
* degesch: add introspection for refs within str_mapsPřemysl Janouch2016-10-281-126/+138
| | | | This required some fixes to the design.
* degesch: allow lists of refs in introspectionPřemysl Janouch2016-10-281-20/+44
|
* degesch: add introspection for "app_context"Přemysl Janouch2016-10-281-6/+47
|
* degesch: add introspection for "str" and "str_map"Přemysl Janouch2016-10-281-12/+32
|
* degesch: create Lua refs through introspectionPřemysl Janouch2016-10-281-104/+71
|
* degesch: begin work on direct introspectionPřemysl Janouch2016-10-281-30/+176
|
* degesch: cleanupPřemysl Janouch2016-10-281-2/+2
|
* degesch: defer prompt refreshingPřemysl Janouch2016-10-231-4/+16
| | | | Now that we do it each time we receive a message from the server.
* degesch: allow hiding join/part messagesPřemysl Janouch2016-10-231-10/+38
|
* degesch: comments, no functional changePřemysl Janouch2016-10-231-1/+2
|
* degesch: show channel user count in the statusPřemysl Janouch2016-10-231-10/+13
|
* degesch: accept Word shortcuts for formattingPřemysl Janouch2016-10-231-0/+3
| | | | Because why not.
* Bump liberty, add consts to some argumentsPřemysl Janouch2016-10-231-2/+2
|
* Bump libertyPřemysl Janouch2016-10-111-62/+67
|
* degesch: exit with error when arguments are givenPřemysl Janouch2016-09-291-0/+5
|
* degesch: simplify highlight detectionPřemysl Janouch2016-09-251-3/+4
|
* degesch: fix highlight detection in colored textPřemysl Janouch2016-09-231-1/+17
|
* Better support for the KILL commandPřemysl Janouch2016-09-231-0/+32
|
* degesch: die on configuration parse errorsPřemysl Janouch2016-07-231-5/+8
| | | | Seems more sensible.
* degesch: fix Ctrl-J in ReadlinePřemysl Janouch2016-07-231-0/+4
|
* degesch: customizable date change messagesPřemysl Janouch2016-04-211-26/+54
| | | | Now also in the backlog.
* degesch: add a NOWRAP flag to formatter_flush()Přemysl Janouch2016-04-211-38/+61
| | | | | | --format should work as before now. It is now also possible to rebind PageUp to show a wrapped backlog.
* degesch: update commentsPřemysl Janouch2016-04-211-6/+6
|
* degesch: refactor Lua weak objectsPřemysl Janouch2016-04-211-222/+111
|
* degesch: expose channels and users to LuaPřemysl Janouch2016-04-211-5/+226
|
* degesch: expose message parsing to LuaPřemysl Janouch2016-04-211-0/+46
|
* degesch: fix crash on invalid cp1252 charactersPřemysl Janouch2016-04-031-14/+36
| | | | We don't even really need iconv here.
* degesch: update program logoPřemysl Janouch2016-03-281-6/+6
| | | | I've noticed that the old one wasn't very pleasant to look at.
* degesch: fix two minor issuesPřemysl Janouch2016-03-261-1/+7
| | | | | - completely new unread markers could be created in active buffers - control characters confused word wrapping
* degesch: don't wrap lines in pagerPřemysl Janouch2016-03-261-1/+1
|
* degesch: detect //TRANSLIT support, use cp1252Přemysl Janouch2016-03-261-16/+20
| | | | Now BSDs should have it enabled as well.
* degesch: remap goto-activity to M-aPřemysl Janouch2016-03-261-1/+1
| | | | weechat appears to use this key binding, so let's not reinvent it.
* degesch: add partial matching /buffer gotoPřemysl Janouch2016-03-261-5/+38
|
* degesch: append message count in /buffer listingPřemysl Janouch2016-03-261-1/+10
|
* degesch: retain the unseen markerPřemysl Janouch2016-03-261-37/+50
| | | | | | Don't erase the message counts immediately. Also make the marker visible in the pager.
* degesch: phase 1 of word wrapping implementationPřemysl Janouch2016-03-261-45/+291
|
* degesch: cleanup, fix no-tty mode FWIWPřemysl Janouch2016-03-131-5/+5
| | | | | | | Removed the no color mode that couldn't even be enabled. Not sure why we still support running without a proper terminal but let's at least not make it crash for now.
* degesch: add a --format switchPřemysl Janouch2016-03-121-0/+22
|