forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged revision 3413 from trunk: corrections mainly for mouse handlin…
…g, fixing [bugs:#608], [bugs:#700] libcob: * screenio.c (BUTTON3_DOUBLE_CLICKED): fix value for BUTTON3_DOUBLE_CLICKED * screenio.c (field_accept): pass mouse position on KEY_MOUSE * screenio.c (cob_display_formatted_text): fix early return for broken data * common.c (set_config_val): pass COB_MOUSE_INTERVAL changes to screenio.c
- Loading branch information
sf-mensch
committed
Dec 2, 2021
1 parent
526151d
commit 0b48fb6
Showing
4 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -732,6 +732,14 @@ | |
a key that has all SUPPRESS character and skip the record. | ||
This will handle old VBISAM which do not support key suppression. | ||
|
||
2019-12-11 Simon Sobisch <[email protected]> | ||
|
||
Fix Bug #608, #700 | ||
* screenio.c (BUTTON3_DOUBLE_CLICKED): fix value for BUTTON3_DOUBLE_CLICKED | ||
* screenio.c (field_accept): pass mouse position on KEY_MOUSE | ||
* screenio.c (cob_display_formatted_text): fix early return for broken data | ||
* common.c (set_config_val): pass COB_MOUSE_INTERVAL changes to screenio.c | ||
|
||
2019-11-18 Ron Norman <[email protected]> | ||
|
||
* common.h, fileio.c (fextfh.c, fbdb.c): Updates to support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters