X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Fscreen.h;h=d98d1b6cc0b66fd2c9c7b7aeb995cf696744de04;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=7f082d5b599316042d9830a2cc2776805b12c0e6;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/apps/silc/screen.h b/apps/silc/screen.h index 7f082d5b..d98d1b6c 100644 --- a/apps/silc/screen.h +++ b/apps/silc/screen.h @@ -38,14 +38,14 @@ typedef struct { /* Output windows */ WINDOW **output_win; WINDOW **output_stat_line; - unsigned int output_win_count; + uint32 output_win_count; /* Input window at the bottom of the screen */ WINDOW *input_win; unsigned char *input_buffer; - unsigned int input_pos; - unsigned int input_end; - unsigned int cursor_pos; + uint32 input_pos; + uint32 input_end; + uint32 cursor_pos; int virtual_window; /* Bottom line on screen */