1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/DevTools/HackStudio
Andreas Kling bced810880 HackStudio: Show the slave pty's PGID in the ProcessStateWidget
This is the closest I could figure out how to get to what's actively
running on the terminal view at the moment.

Perhaps we can bundle up every process with the same tty and sum it
all up somehow. I'm not sure.
2019-10-24 20:56:13 +02:00
..
FindInFilesWidget.cpp HackStudio: Move "find in files" widget to its own file/class 2019-10-23 21:13:08 +02:00
FindInFilesWidget.h HackStudio: Move "find in files" widget to its own file/class 2019-10-23 21:13:08 +02:00
main.cpp HackStudio: Move "find in files" widget to its own file/class 2019-10-23 21:13:08 +02:00
Makefile HackStudio: Add a widget showing the state of console's running process 2019-10-24 20:21:43 +02:00
ProcessStateWidget.cpp HackStudio: Show the slave pty's PGID in the ProcessStateWidget 2019-10-24 20:56:13 +02:00
ProcessStateWidget.h HackStudio: Show the slave pty's PGID in the ProcessStateWidget 2019-10-24 20:56:13 +02:00
Project.cpp HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
Project.h HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
TerminalWrapper.cpp HackStudio: Show the slave pty's PGID in the ProcessStateWidget 2019-10-24 20:56:13 +02:00
TerminalWrapper.h HackStudio: Add a widget showing the state of console's running process 2019-10-24 20:21:43 +02:00
TextDocument.cpp HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
TextDocument.h HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00