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
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __GUI_READLINE_H
|
||||
#define __GUI_READLINE_H
|
||||
|
||||
extern char *cutbuffer;
|
||||
|
||||
void readline(void);
|
||||
time_t get_idle_time(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue