summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-input.c
AgeCommit message (Collapse)Author
2007-04-04Added color for input text not found in buffer historySebastien Helleu
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ↵Sebastien Helleu
search
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer ↵Sebastien Helleu
history (task #6628)
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-04Fixed display bug with charset on DCC and IRC raw buffersSebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-08-17Added 'C'lear option on IRC raw bufferSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-07-23Removed useless call to doupdate()Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug ↵Sebastien Helleu
#16356)
2006-05-07Added some panel structures and functionsSebastien Helleu