Improvements to wrapper -- now runs user's shell

This commit is contained in:
Keith Winstein
2011-02-04 01:33:07 -05:00
parent 1b3972eac6
commit c4366234b1
2 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void Emulator::debug_printout( int fd )
screen.append( "\033[H" );
/* set window title */
screen.append( "\033]0;" );
screen.append( "\033]0;[rtm] " );
std::vector<wchar_t> window_title = fb.get_window_title();
for ( std::vector<wchar_t>::iterator i = window_title.begin();
i != window_title.end();