ZOC Terminal vs tmux
When comparing ZOC Terminal vs tmux, the Slant community recommends ZOC Terminal for most people. In the question“What are the best terminal emulators for Windows?” ZOC Terminal is ranked 3rd while tmux is ranked 15th. The most important reason people chose ZOC Terminal is:
ZOC has a modern design.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Modern look
ZOC has a modern design.
Pro An actual "Terminal Emulator"
It's an actual terminal emulator (in the sense that it emulates a terminal) and not just a local console window app.
Pro Scriptable
Zoc provides complete automation of the client using its macro scripting.

Pro Flexibility in platform support
Originally developed for OS/2 (as Zap-O-Comm), Zoc is currently available for Windows and Macintosh.
Pro Can view and send to all sessions at once
Offers a thumbnail view of all session in thumbnails and type commands to all sessions at the same time.

Pro Supports serial and dial-up connections
In addition to telnet, ssh, and rlogin, ZOC supports direct serial connections, modem dialing, and named pipes.
Pro Tabbed sessions allows for easy navigation
Tabbed sessions mean that multiple items can be contained within a single window and can be easily navigated by the user.

Pro Hideable UI
Zoc allows for every UI component except the title bar to be hidden. All features are accessible through the context menu.
Pro Auto-Highlight feature
Feature to search for text bits in the data stream and highlight them with color/background.
Pro Easily split panes
There is a keyboard shortcut that makes it easy to split a window and create more panes.
Pro Windows linked to sessions
tmux calls the individual shell instances windows. They are displayed like tabs in the status line. These windows can be shared between different sessions, so that any given shell instance can be in any number of tmux sessions used for different purposes or by different users. This allows configurations like the following example: User A: wAB, wA1, wA2; User B: wB1, wAB, wB2
Pro Preserve the state
As long as you don't close your session, you may even lose your SSH connection, it'll keep your state just as it was. So you can resume where you left off (via tmux attach
).
Pro Maximize screen space
As a tiling window manager, it'll make use of all the space. As you have multiple workspaces and you can resize, etc. you can adjust to see what matters most.
Pro Frequently updated
Tmux is in a state of constant development. Updates are frequent and bug reports usually get an answer within days.
Pro Customizable
Open ~/.tmux.conf to get started. You can customize keybindings, the bottom status bar, color schemes, the clock screen, your time zone, and more.
Pro Mouse support
Mouse support can optionally be enabled, allowing e.g. scrolling with the mouse wheel, or switching panes with mouse clicks.
Pro Only need to learn a few keyboard shortcuts and commands to make much headway
Cons
Con Hard to configure
It does not detect the installed shells (PowerShell, CMD, etc) automatically.
Con Options creep
It has so many options that it's hard to find the one you need.
Con Not free
Zoc requires a commercial license in order to use it, implying that it's not free.
Con Poorly designed key binding
Counter-intuitive keyboard shortcuts make tmux very hard to use and learn.
Con Bad scrolling support
Con No builtin telnet or serial support
It's considered bloat by the maintainers and for this reason there's no builtin support for them.
