Fixed delete when going off left side of screen

This commit is contained in:
James Booth
2012-07-09 23:48:53 +01:00
parent 32a5e07a9b
commit 11125561f8
3 changed files with 18 additions and 4 deletions

View File

@@ -28,6 +28,8 @@
#include "common.h"
#include "contact_list.h"
#define INP_WIN_MAX 1000
struct prof_win {
char from[100];
WINDOW *win;