summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-13 01:03:47 -0400
committerJune McEnroe <june@causal.agency>2018-09-13 01:03:47 -0400
commit4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65 (patch)
tree6580bc689c9d23dd3676406fa636641456713ffc /handle.c
parentAdd note about C-o (diff)
downloadcatgirl-4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65.tar.gz
catgirl-4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65.zip
Rewrite UI again
The persistent topic is gone and the status line is now at the top. The
status formatting still needs to be reworked. I also want to try showing
the nick in the input window so it really looks like your next message.
Diffstat (limited to '')
-rw-r--r--handle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/handle.c b/handle.c
index 98b1e50..a34c864 100644
--- a/handle.c
+++ b/handle.c
@@ -260,7 +260,6 @@ static void handleReplyTopic(char *prefix, char *params) {
 	struct Tag tag = tagFor(chan);
 
 	urlScan(tag, topic);
-	uiTopic(tag, topic);
 	uiFmt(
 		tag, UICold,
 		"The sign in \3%d%s\3 reads, \"%s\"",
@@ -277,7 +276,6 @@ static void handleTopic(char *prefix, char *params) {
 	if (!isSelf(nick, user)) tabTouch(tag, nick);
 
 	urlScan(tag, topic);
-	uiTopic(tag, topic);
 	uiFmt(
 		tag, UICold,
 		"\3%d%s\3 places a new sign in \3%d%s\3, \"%s\"",
3e0611dab96998abd93f9467&follow=1'>Prevent offset from xx when reading zeroJune McEnroe 2016-09-12Rewrite xx.cJune McEnroe 2016-09-12Fix ascii alignment in xxJune McEnroe 2016-09-12Add -s flag to xxJune McEnroe 2016-09-12Add -a flag to xxJune McEnroe 2016-09-12Add -o flag to xxJune McEnroe 2016-09-12Add -g option to xxJune McEnroe 2016-09-12Add -c option to xxJune McEnroe 2016-09-12Add .bin/xx.cJune McEnroe 2016-09-08Rename colorscheme to lameJune McEnroe 2016-09-04Simplify colors syntax in zsh promptJune McEnroe 2016-08-29Color rubyStringDelimiter as StringJune McEnroe 2016-08-24Highlight rubyDefine as StructureJune McEnroe 2016-08-23Remove scroll bindings from nvim configJune McEnroe 2016-08-17Highlight Search with black foregroundJune McEnroe 2016-08-15Remove gruvboxJune McEnroe 2016-08-04Remove march from SSH configJune McEnroe 2016-08-01Disable tab indicators in iTermJune McEnroe 2016-07-30Color PreProc DarkGreenJune McEnroe 2016-07-29Color Structure and Typedef in grayJune McEnroe 2016-07-27Color comments DarkBlue and LightBlueJune McEnroe 2016-07-27Color macros in yellowJune McEnroe 2016-07-26Colorscheme colors and schemesJune McEnroe 2016-07-26Add ''subtle'' colorschemeJune McEnroe I'm just trying this out. 2016-07-26Add htoprcJune McEnroe 2016-07-24Add may and refactor ssh configJune McEnroe 2016-07-18Disable cursorlineJune McEnroe 2016-07-18Use hard constrast gruvbox darkJune McEnroe 2016-07-15Remove vim configurationJune McEnroe 2016-07-15Add readline to README configurations listJune McEnroe 2016-07-15Add vendor script to READMEJune McEnroe 2016-07-15Pull latest pathogen and gruvboxJune McEnroe