1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS. https://qb64.com
Go to file
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
.travis Omit -no-pie for travis build 2019-04-07 18:39:50 +10:00
internal Pushed changes to enhance the Windows Console Experience 2019-08-27 19:52:02 -04:00
LICENSE Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
programs/samples Removes virtual keyboard references (1/2) 2019-04-14 16:42:04 -03:00
source Pushed changes to enhance the Windows Console Experience 2019-08-27 19:52:02 -04:00
.gitignore Add mingw32 and mingw64 folders to gitignore list 2019-02-01 09:26:48 -05:00
.travis.yml Store encryption key on correct repository 2019-01-05 00:04:18 +11:00
appveyor.yml Supply appveyor with ssh key too 2019-01-04 23:52:41 +11:00
autosync.sh chmod +x autosync.sh 2019-01-06 16:01:09 +11:00
cyberbit.ttf (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qb64_start_osx.command Improve the start script in OS X. 2016-02-25 01:08:53 -03:00
README.md Update README.md 2019-04-01 01:35:11 -03:00
setup_lnx.sh Maybe -no-pie will work this time for Linux without breaking autobuilds? 2019-04-04 01:40:14 -03:00
setup_osx.command Revert "Fixes #90" 2019-03-31 21:01:59 -03:00
setup_win.bat Pushed changes to enhance the Windows Console Experience 2019-08-27 19:52:02 -04:00
Windows Console Test.bas Pushed changes to enhance the Windows Console Experience 2019-08-27 19:52:02 -04:00

QB64

QB64 Logo

QB64 is a modern extended BASIC+OpenGL language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows (XP and up), Linux and macOS.

More about it at our wiki: www.qb64.org/wiki

We have a community forum at: www.qb64.org/forum

Find us on IRC: http://www.qb64.org/ircpage.html