aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge consecutive join/part messagesGravatar lancebord 2026-03-104-48/+36
|
* handle window resize events since draw is event driven nowGravatar lancebord 2026-03-091-1/+9
|
* have password prompt instead of arg for more securityGravatar lancebord 2026-03-093-21/+168
|
* Merge pull request #1 from lancebord/async-reworkGravatar Lance Borden 2026-03-095-75/+108
|\ | | | | initial move to async instead of polling
| * initial move to async instead of pollingGravatar lancebord 2026-03-095-75/+108
| |
* | add scroll and scroll bar indicator to members listGravatar lancebord 2026-03-093-9/+44
| |
* | fixing text wrap miscalculation on long wordsGravatar lancebord 2026-03-081-5/+13
|/
* off by one fix for some word wrappingGravatar lancebord 2026-03-081-1/+1
|
* clear member list on partGravatar lancebord 2026-03-081-0/+2
|
* add display for motd on connectGravatar lancebord 2026-03-083-0/+16
|
* clear chat on joinGravatar lancebord 2026-03-081-0/+1
|
* reduce redundant comments in the UI codeGravatar lancebord 2026-03-081-22/+1
|
* added screenshot to readmeGravatar lancebord 2026-03-082-0/+4
|
* added a readmeGravatar lancebord 2026-03-083-1/+47
|
* make private messages more obviousGravatar lancebord 2026-03-082-16/+7
|
* command line args for configGravatar lancebord 2026-03-083-22/+142
|
* make chat box expand for multi line messageGravatar lancebord 2026-03-071-12/+16
|
* added chat scrollingGravatar lancebord 2026-03-073-9/+30
|
* make chatbot fill from bottomGravatar lancebord 2026-03-071-6/+15
|
* chat name colorsGravatar lancebord 2026-03-073-52/+58
|
* account for wrapping in scrollGravatar lancebord 2026-03-073-58/+1276
|
* part on join to newGravatar lancebord 2026-03-071-0/+3
|
* server address from cli argGravatar lancebord 2026-03-071-4/+16
|
* a bunch of client cleanupGravatar lancebord 2026-03-077-113/+53
|
* initial commitGravatar lancebord 2026-03-0620-0/+2808
title='2015-01-17 07:23:48 +0100'>2015-01-17Fix extra newline, and add -g where other switches are forwarded.Gravatar Ben Woolley 1-1/+3 Signed-off-by: Christoph Lohmann <20h@r-36.net> 2015-01-17Newer libc want _DEFAULT_SOURCE.Gravatar Christoph Lohmann 1-1/+1 2015-01-17Major styles update.Gravatar Christoph Lohmann 3-11/+84 In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything. 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 `Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net> 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.