Commit fcbaf05e3b2527883b7889c57bcce1b2661241a3
1 parent
6a07931c
Exists in
master
Removendo teste de alteração que causou problema com a GUI antiga
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/lib/screen.c
... | ... | @@ -101,9 +101,6 @@ void set_display_charset(char *dcs) |
101 | 101 | |
102 | 102 | static void addch(H3270 *session, int baddr, unsigned char c, unsigned short attr) |
103 | 103 | { |
104 | - if(ea_buf[baddr].chr == c && ea_buf[baddr].attr == attr) | |
105 | - return; | |
106 | - | |
107 | 104 | /* Converted char has changed, update it */ |
108 | 105 | ea_buf[baddr].chr = c; |
109 | 106 | ea_buf[baddr].attr = attr; | ... | ... |