Skip to content
Snippets Groups Projects
Commit 2ae553e6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Execute the "termsetup" module after calling the user_defaults function.

This was done in the default/classic command shell, but no others.
The termsetup module handles terminal setup tasks that should correspond
with the user's configuration of their terminal preferences (e.g. iCE colors,
alternative fonts). If escape sequences need to be sent to the terminal
server (the BBS) to coordinate the settings, this is the module that does
that.
parent 770acedc
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
# MajorBBS Clone Command Shell for Synchronet
# $Id: major.src,v 1.12 2020/04/23 02:46:08 rswindell Exp $
# $Id: major.src,v 1.13 2020/09/12 02:46:08 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -132,6 +132,7 @@ cmdkey A
cmdkey A
user_defaults
exec_bin "termsetup"
end_cmd
cmdkey X
......
......@@ -2,7 +2,7 @@
# PCBoard v15.1 menu/command emulation
# $Id: pcboard.src,v 1.13 2020/04/23 02:46:09 rswindell Exp $
# $Id: pcboard.src,v 1.14 2020/09/12 02:46:09 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -219,6 +219,7 @@ cmdstr G
cmdstr W
user_defaults
exec_bin "termsetup"
end_cmd
cmdstr O
......
# renegade.src
# $Id: renegade.src,v 1.16 2020/04/23 02:46:09 rswindell Exp $
# $Id: renegade.src,v 1.16 2020/09/12 02:46:09 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -155,6 +155,7 @@ cmdkey O
cmdkey P
user_defaults
exec_bin "termsetup"
end_cmd
cmdkey !
......
......@@ -2,7 +2,7 @@
# DOS shell for Synchronet version 2 systems
# $Id: sdos.src,v 1.15 2020/04/23 02:46:09 rswindell Exp $
# $Id: sdos.src,v 1.15 2020/09/12 02:46:09 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -149,6 +149,7 @@ if_true
compare_str "setup"
if_true
user_defaults
exec_bin "termsetup"
return
end_if
......
......@@ -2,7 +2,7 @@
# Simple Synchronet Command Shell - for beginner/first-time users
# $Id: simple.src,v 1.13 2020/04/23 02:46:09 rswindell Exp $
# $Id: simple.src,v 1.13 2020/09/12 02:46:09 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -187,6 +187,7 @@ cmdstr DOORS
#Account config (user defaults)
cmdstr A
user_defaults
exec_bin "termsetup"
end_cmd
#Page another user
......
# wildcat.src
# $Id: wildcat.src,v 1.17 2020/04/23 02:46:09 rswindell Exp $
# $Id: wildcat.src,v 1.17 2020/09/12 02:46:09 rswindell Exp $
# @format.tab-size 8, @format.use-tabs true
......@@ -95,6 +95,7 @@ cmdkey I
cmdkey Y
user_defaults
exec_bin "termsetup"
end_cmd
cmdkey W
......
......@@ -135,6 +135,7 @@ cmdkey C
cmdkey D
user_defaults
exec_bin "termsetup"
end_cmd
cmdkey E
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment