Skip to content

Commit

Permalink
shell mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael-VC committed Aug 30, 2024
1 parent bf18517 commit 8ac4ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/pre-options.tal
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ENABLE @PRINT-BANNER ( print TalOS banner on startup )
&|logger )
DEBUG @LOG-LEVEL ( valid values: OFF INFO WARN DEBUG ( most verbose ) )

ENABLE @INFO-STACKS ( print stacks after each evaluation )
ENABLE @INFO-PROMPT ( print the heap's `head` pointer inside the prompt )
ENABLE @INFO-ASSEMBLER-SUMMARY ( print the assembled definition summary )
DISABLE @INFO-STACKS ( print stacks after each evaluation )
DISABLE @INFO-PROMPT ( print the heap's `head` pointer inside the prompt )
DISABLE @INFO-ASSEMBLER-SUMMARY ( print the assembled definition summary )

ENABLE @WARN-ABORT ( warn each time an evaluation is aborted )
ENABLE @WARN-REDEFINITION ( warn on each redefinition )
Expand Down
1 change: 1 addition & 0 deletions src/repl/routines.tal
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
(
@|Eval )
[ LIT &shell-mode 01 ] ?{
#01 ,&shell-mode STR
;input syscall-sync

POP !&shell-return }
Expand Down

0 comments on commit 8ac4ba1

Please sign in to comment.