# io.github.libtmux.Pane.Pane.noteTyped

- **Module:** io.github.libtmux.Pane.Pane
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Pane.java#L336
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-pane-pane-notetyped/

```
io.github.libtmux.Pane.Pane.noteTyped(text: String) -> void
```

Notes text that reached this pane without going through this handle, so a wait discounts its echo the way it discounts text sent through {@link #sendLiteral}.

Use this for input delivered outside this handle. Input sent through {@link #sendKeys}
or {@link #sendLiteral} already records synchronized recipients. Include a trailing line break
when the external write submitted its line; otherwise the text remains pending.
