Commit c4adeadf458d07deff1ecb42bc8b89793e05628a
1 parent
242a850e
Exists in
master
Acertando empacotamento windows
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/lib/kybd.c
... | ... | @@ -3079,7 +3079,7 @@ xim_lookup(XKeyEvent *event) |
3079 | 3079 | |
3080 | 3080 | /* |
3081 | 3081 | * Key action by string |
3082 | - */ /* | |
3082 | + */ | |
3083 | 3083 | void Input_String(const unsigned char *str) |
3084 | 3084 | { |
3085 | 3085 | // reset_idle_timer(); |
... | ... | @@ -3091,7 +3091,7 @@ void Input_String(const unsigned char *str) |
3091 | 3091 | str++; |
3092 | 3092 | } |
3093 | 3093 | screen_disp(&h3270); |
3094 | -} */ | |
3094 | +} | |
3095 | 3095 | |
3096 | 3096 | /* |
3097 | 3097 | * Key action. | ... | ... |