Ctrl-K also puts the deleted text to cutbuffer which can be recovered

with Ctrl-Y. /eval $U prints the cutbuffer.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@461 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-11 09:44:38 +00:00 committed by cras
commit 767aadfb7f
3 changed files with 20 additions and 15 deletions

View file

@ -43,7 +43,7 @@ static char *expando_inputline(void *server, void *item, int *free_ret)
/* FIXME: value of cutbuffer */
static char *expando_cutbuffer(void *server, void *item, int *free_ret)
{
return NULL;
return cutbuffer;
}
void gui_special_vars_init(void)