mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
now included the same way as utf8, though i'm not sure if it really works but at least it should partially :) Input line is now internally using 32bit chars but it's converted to 8bit chars for external use. Text buffer supports only 8bit + utf8 for now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2448 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
612c061605
commit
afeb6fcb7d
14 changed files with 502 additions and 168 deletions
|
|
@ -43,7 +43,8 @@ static char *expando_inputline(SERVER_REC *server, void *item, int *free_ret)
|
|||
/* value of cutbuffer */
|
||||
static char *expando_cutbuffer(SERVER_REC *server, void *item, int *free_ret)
|
||||
{
|
||||
return cutbuffer;
|
||||
*free_ret = TRUE;
|
||||
return gui_entry_get_cutbuffer(active_entry);
|
||||
}
|
||||
|
||||
void gui_expandos_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue