X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e634699906875560987ba8d6aa776ef7b8394301..d200ba25fea891d749b0fefc257147c9b8cc5466:/putty.h diff --git a/putty.h b/putty.h index f2c10ba6..f0b93a5f 100644 --- a/putty.h +++ b/putty.h @@ -99,8 +99,6 @@ typedef struct backend_tag Backend; #define ATTR_CUR_AND (~(ATTR_BOLD|ATTR_REVERSE|ATTR_BLINK|ATTR_COLOURS)) #define ATTR_CUR_XOR 0x00BA0000UL -#define SEL_NL { 13, 10 } - GLOBAL int rows, cols, savelines; GLOBAL int has_focus; @@ -486,6 +484,7 @@ void term_update(void); void term_invalidate(void); void term_blink(int set_cursor); void term_do_paste(void); +int term_paste_pending(void); void term_paste(void); void term_nopaste(void); int term_ldisc(int option);