Display the current file name in the GUI

The “gui wintitle” ICS command can be used to allow SwiftView to display the currently loaded files name on the Title Bar of the GUI. This command should always be used in conjunction with the “set ldocinit” ICS command instead of as a standalone command to ensure that the filename in the Title Bar will be refreshed each time a new file is loaded.
An example including the “gui wintitle” ICS command would be:
set ldocinit “gui wintitle \”\$docname()\” | rotate 0 | scale default”