Skip to content

Commit

Permalink
CHANGE: console width requests no longer throw errors, allowing for c…
Browse files Browse the repository at this point in the history
…ode simplification
  • Loading branch information
Oldes committed Sep 9, 2024
1 parent 3464b02 commit 03c894e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ config: [ ;- this is list of configuration (optional) defines
DEBUG_HASH_COLLISIONS

;*** Unfinished features **************************************************/
;INCLUDE_TASK ;- tasks are not implemented yet, so include it only on demand
INCLUDE_TASK ;- tasks are not implemented yet, so include it only on demand

;*** Other (not recommanded) options **************************************/
;HAS_WIDGET_GOB ;- used in t-gob.c
Expand Down
4 changes: 1 addition & 3 deletions src/mezz/mezz-help.reb
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ import (module [
string [string!] "Returned series will be past the insertion"
/local value spec args refs rets type ret desc arg def des ref str cols tmp
][
;@@ quering buffer width in CI under Windows now throws error: `Access error: protocol error: 6`
;@@ it should return `none` like under Posix systems!
cols: any [ attempt [ query system/ports/input 'buffer-cols ] 120]
cols: query system/ports/output 'window-cols
max-desc-width: cols - 35
buffer: any [string clear ""]
catch [
Expand Down

0 comments on commit 03c894e

Please sign in to comment.