Add STATUSMSG indicator

Closes: https://todo.sr.ht/~emersion/gamja/65
This commit is contained in:
Simon Ser 2021-06-11 11:18:29 +02:00
parent d19f127952
commit ef50e62498
4 changed files with 49 additions and 4 deletions

View file

@ -1361,6 +1361,7 @@ export default class App extends Component {
<section id="buffer" ref=${this.buffer}>
<${Buffer}
buffer=${activeBuffer}
server=${activeServer}
onChannelClick=${this.handleChannelClick}
onNickClick=${this.handleNickClick}/>
</section>