# intellij terminal console setting

1. **get more lines in the terminal**

ans:

ctrl+shift+a, choose registry...

set terminal.buffer.max.lines.count from 1000 to 9999;

## 2. only the left part of the message can be seen in console

ans:

1. settings->editor->general->console set use soft wraps in console active:  works for a while.
2. working on it
