Command reference ยท Claude Code
/tui
Sets the terminal renderer and relaunches into it.
Sets the terminal UI renderer and relaunches into it with your conversation intact. fullscreen enables the flicker-free alt-screen renderer. With no argument, it prints the active renderer.
โ WHEN TO USE IT?
Switch to the flicker-free fullscreen renderer
/tui fullscreen
Check which renderer is currently active
/tui
โ WHEN NOT TO?
Expecting the conversation to be cleared
the switch keeps your conversation; the command does not reset it.
Better: /clear
SOURCES
- Claude Code docs (official) โ code.claude.com