mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
02495002e4
commit
767aadfb7f
3 changed files with 20 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue