You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: dynamic title (page title - site title - URL)
* src/js:
* ansi_parser.js
* import b2u for converting site title
* add AnsiParser.STATE_OSC (4)
* AnsiParser.feed()
* add case handling for sequence "OSC 2 ; Pt ST/BEL"
(Change Window Title to Pt) for site title
* term_buf.js
* TermBuf()
* add attrs titleBase & titleSite & titleConn & title
for building dynamic title
* add and use TermBuf.setTitle() for updating window title
* ansi_parser.js AnsiParser.feed()
* pttchrome.js
* App() 'focus' event
* App.onConnect()
* use TermBuf.title for getting the title instead
* term_view.js TermView.titleTimer()
* pttchrome.js App() 'focus' event
0 commit comments