1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 17:40:24 +00:00
Commit graph

35 commits

Author SHA1 Message Date
github-actions[bot]
8c2dc61a54 Automatic update of ./internal/source 2023-03-24 21:04:26 +00:00
github-actions[bot]
7cd5da3d41 Automatic update of ./internal/source 2023-02-18 20:56:37 +00:00
github-actions[bot]
08e152635b Automatic update of ./internal/source 2023-02-13 12:57:38 +00:00
Matthew Kilgore
3f0c4d9f9c Revert "Automatic update of ./internal/source"
This reverts commit a7ab521c91.
2023-02-13 00:50:00 -05:00
github-actions[bot]
a7ab521c91 Automatic update of ./internal/source 2023-02-13 04:39:51 +00:00
github-actions[bot]
55b168db6c Automatic update of ./internal/source 2022-12-20 13:31:46 +00:00
github-actions[bot]
0c28341eb9 Automatic update of ./internal/source 2022-12-19 15:39:35 +00:00
github-actions[bot]
a8cc180307 Automatic update of ./internal/source 2022-11-27 02:24:41 +00:00
github-actions[bot]
619f15157b Automatic update of ./internal/source 2022-08-26 14:13:09 +00:00
Autobuild Process
f9d62de9cb Update internal/source 2021-08-15 06:00:33 +00:00
Autobuild Process
7f0649aa33 Update internal/source 2021-08-03 07:23:15 +00:00
Autobuild Process
94acb48b6f Update internal/source 2021-08-01 23:30:51 +00:00
Autobuild Process
421714c372 Update internal/source 2021-08-01 04:03:08 +00:00
Autobuild Process
4c141a3514 Update internal/source 2021-07-31 06:20:54 +00:00
Autobuild Process
1f537362e0 Update internal/source 2021-07-29 21:50:06 +00:00
Autobuild Process
1c257ff623 Update internal/source 2021-07-29 21:43:08 +00:00
Autobuild Process
46d1bdca36 Update internal/source 2021-07-22 21:44:11 +00:00
Autobuild Process
fba3aaa920 Update internal/source 2021-07-21 21:30:49 +00:00
Autobuild Process
ef65cc152d Update internal/source 2021-07-19 21:21:56 +00:00
Autobuild Process
3891e23c45 Update internal/source 2021-07-16 04:12:36 +00:00
Autobuild Process
b9d96a62bc Update internal/source 2021-07-15 04:53:58 +00:00
Autobuild Process
231da57324 Update internal/source 2021-07-15 00:58:45 +00:00
Autobuild Process
99e31018c5 Update internal/source 2021-07-14 00:22:53 +00:00
Autobuild Process
243094c160 Update internal/source 2021-07-13 21:08:56 +00:00
Autobuild Process
7d73fa5beb Update internal/source 2021-07-12 00:07:48 +00:00
Autobuild Process
25e9a73fa1 Update internal/source 2021-02-07 10:32:23 +00:00
Autobuild Process
3542722e83 Update internal/source 2021-02-03 12:34:14 +00:00
Autobuild Process
269803b426 Update internal/source 2021-01-23 00:30:37 +00:00
Autobuild Process
77e730ad84 Update internal/source 2021-01-21 06:18:09 +00:00
Autobuild Process
90d11e9bbf Update internal/source 2020-12-29 03:20:57 +00:00
Autobuild Process
2f29af1dc0 Update internal/source 2020-12-27 01:05:22 +00:00
Autobuild Process
b7f1ae0ee7 Update internal/source 2020-01-15 03:11:44 +00:00
SteveMcNeill
eba05938bb Pushed changes to enhance the Windows Console Experience
Window's CONSOLE support has been extended so that:

CSRLIN support added.
POS(0) support added.
LOCATE support added. (Works with optional parameters.)
COLOR support added.
SCREEN support added to get both character and color information of any point on the console.
tab() glitch fixed. (Which could cause an endless loop when printing with comma spaced text/numbers.)
_WIDTH support added.
_HEIGHT support added.
WIDTH support added, with 2 new parameters added so we can set the buffer width and buffer height also.
CLS support semi-added.  (Doesn't accept colored backgrounds; it clears the screen black.  I'm getting tired of working up console stuff which I probably won't ever use myself...)
SLEEP support added.
END support added so we now end with any keypress and not just enter.

_CONSOLEINPUT added, so we can tell the difference in mouse and keyboard input.
_CINP(toggle) support added, which allows us to get single character keystrokes from the console.
_CONSOLEFONT FontName, FontSize support added, which allows us to change the font and font size we use for the console.
_CONSOLECURSOR _SHOW|_HIDE, cursorsize support added, which allows us to show or hide the cursor in the console, and to change its size (from 0 to 100), as desired.

New keyboard commands added:

_CAPSLOCK -- returns 1 if caps lock is on, 0 if it isn't.
_NUMLOCK -- as above, but for num lock
_SCROLLOCK -- as above, but for scroll lock

_TOGGLE_CAPSLOCK -- toggles the caps lock state for us.
_TOGGLE_NUMLOCK -- same, but for num lock
_TOGGLE_SCROLLOCK -- same, but for scroll lock
2019-08-27 19:52:02 -04:00
FellippeHeitor
4023f7811e Manual update of internal/source [ci skip] 2019-04-14 18:52:07 -03:00
Galleon
91e7ace500 (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00