Author Topic: cbTerminal plugin to access terminal from the bottom panel for Linux ( wxGtk )  (Read 1162 times)

Offline christo

  • Multiple posting newcomer
  • *
  • Posts: 35
https://github.com/josephch/cbTerminal is a small plugin to show bash terminal using VTE Gtk widget. It might be useful for Linux users.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6038
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Nice work.

My question is that can you bring such feature to Windows OS?

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline christo

  • Multiple posting newcomer
  • *
  • Posts: 35
Nice work.

My question is that can you bring such feature to Windows OS?

Thanks.

@ollydbg, I've tried TerminalWx, which I believe is cross-platform. I decided to go with VTE because it appears better in my Ubuntu. My work to integrate TerminalWx is available in https://github.com/josephch/cb-TerminalWx . For Windows, you can try changing cbTerminalView_TerminalWx.cpp to use the correct terminal.
Edit : Following link describes a psuedoterminal i think that can be used for windows https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/
« Last Edit: January 01, 2025, 05:58:02 am by christo »