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

82 commits

Author SHA1 Message Date
github-actions[bot]
ed78525373 Automatic update of ./internal/source 2024-01-20 16:04:21 +00:00
github-actions[bot]
2531b9d1a3 Automatic update of ./internal/source 2023-12-18 00:02:43 +00:00
Roland Heyder
86a1a8e0f5 Revert "Automatic update of ./internal/source"
This reverts commit ec12524d2b.
2023-12-16 15:23:28 +01:00
github-actions[bot]
ec12524d2b Automatic update of ./internal/source 2023-12-16 08:47:04 +00:00
github-actions[bot]
d279ebf660 Automatic update of ./internal/source 2023-09-23 17:27:32 +00:00
github-actions[bot]
dcb454874f Automatic update of ./internal/source 2023-05-22 19:46:34 +00:00
github-actions[bot]
49d8938230 Automatic update of ./internal/source 2023-04-25 22:01:53 +00:00
github-actions[bot]
8c2dc61a54 Automatic update of ./internal/source 2023-03-24 21:04:26 +00:00
github-actions[bot]
8d64ca7a04 Automatic update of ./internal/source 2023-02-19 08:27:35 +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]
715bfd3682 Automatic update of ./internal/source 2022-11-27 03:36:50 +00:00
github-actions[bot]
3cba0d4265 Automatic update of ./internal/source 2022-11-27 00:30:08 +00:00
github-actions[bot]
cff575e722 Automatic update of ./internal/source 2022-11-22 23:53:31 +00:00
github-actions[bot]
de63331a19 Automatic update of ./internal/source 2022-11-16 04:41:13 +00:00
github-actions[bot]
bc1567089c Automatic update of ./internal/source 2022-10-02 22:25:45 +00:00
github-actions[bot]
18f746018b Automatic update of ./internal/source 2022-10-01 17:41:56 +00:00
github-actions[bot]
ee00ce6a7f Automatic update of ./internal/source 2022-09-09 12:19:17 +00:00
Autobuild Process
25e9a73fa1 Update internal/source 2021-02-07 10:32:23 +00:00
Autobuild Process
11dc156fc2 Update internal/source 2021-02-05 21:01:53 +00:00
Autobuild Process
0ea8a23fb1 Update internal/source 2021-01-26 15:38:16 +00:00
Autobuild Process
77e730ad84 Update internal/source 2021-01-21 06:18:09 +00:00
Autobuild Process
5b7c241ac4 Update internal/source 2021-01-18 21:32:35 +00:00
Autobuild Process
beed603b0d Update internal/source 2021-01-14 03:03:50 +00:00
Autobuild Process
883b080652 Update internal/source 2020-12-18 05:20:16 +00:00
Autobuild Process
ab4ce86056 Update internal/source 2020-11-04 12:46:52 +00:00
Autobuild Process
e2c06c25e2 Update internal/source 2020-09-07 17:42:59 +00:00
Autobuild Process
905b6dd3e5 Update internal/source 2020-07-15 11:34:33 +00:00
Autobuild Process
7699d8091d Update internal/source 2020-01-22 16:07:41 +00:00
Autobuild Process
a9a9e32459 Update internal/source 2020-01-15 20:11:04 +00:00
Autobuild Process
da8a4a7fb4 Update internal/source 2020-01-15 03:17:45 +00:00
Autobuild Process
b7f1ae0ee7 Update internal/source 2020-01-15 03:11:44 +00:00
Autobuild Process
7a19f82051 Update internal/source 2020-01-04 12:49:17 +00:00
Luke Ceddia
8f72d58c57 Manually update internal/source 2020-01-02 19:10:56 +11:00
Autobuild process
6c513f9fba Autobuild update [ci skip] 2020-01-01 15:33:19 +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
Autobuild process
105a6ff7d4 Autobuild update [ci skip] 2019-04-01 04:19:05 +00:00
Autobuild process
71a7150861 Autobuild update [ci skip] 2019-03-31 23:29:05 +00:00
Autobuild process
dbec9fae0d Autobuild update [ci skip] 2019-01-13 18:43:58 +00:00
Autobuild process
a2da0624fa Autobuild update [ci skip] 2018-12-31 04:22:26 +00:00
Autobuild process
eab36fc4aa Autobuild update [ci skip] 2018-11-02 22:37:50 +00:00
Autobuild process
afca10cc24 Autobuild update [ci skip] 2018-11-02 09:22:54 +00:00
Autobuild process
e17213144f Autobuild update [ci skip] 2018-11-01 14:26:08 +00:00
Galleondragon
d23ed5d156 (Automated push) Update internal/source/* from qb64.bas 2018-02-03 05:16:57 -08:00
Galleondragon
efcf66a337 (Automated push) Update internal/source/* from qb64.bas 2018-01-06 05:15:59 -08:00
Galleondragon
138308bfb0 (Automated push) Update internal/source/* from qb64.bas 2017-11-06 05:18:10 -08:00