mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Shell: Don't start a new session in every new shell
The session should be started at a higher level, i.e the Terminal app.
This commit is contained in:
@@ -877,7 +877,6 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
g.uid = getuid();
|
||||
g.sid = setsid();
|
||||
tcsetpgrp(0, getpgrp());
|
||||
tcgetattr(0, &g.default_termios);
|
||||
g.termios = g.default_termios;
|
||||
|
||||
Reference in New Issue
Block a user