2019-12-28 07:35:09 +03:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: bug
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Describe the bug
|
|
|
|
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
## Environment (please complete the following information):
|
|
|
|
|
|
|
|
- OS: [e.g. Linux X11, Linux Wayland, macOS, Windows]
|
|
|
|
- Version: please run `wezterm -V` and include its output here
|
2021-03-02 20:13:41 +03:00
|
|
|
- The active keyboard layout name (eg: ENG, DEU and so on)
|
2019-12-28 07:35:09 +03:00
|
|
|
|
|
|
|
## To Reproduce
|
|
|
|
|
|
|
|
Steps to reproduce the behavior.
|
|
|
|
|
2020-06-01 18:22:13 +03:00
|
|
|
Please include as much information as possible that can help to reproduce and
|
|
|
|
understand the issue; some pointers and suggestions are included here in this
|
|
|
|
template. You are empowered to include more or less information than is asked
|
|
|
|
for here!
|
2019-12-28 07:35:09 +03:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2020-06-01 18:22:13 +03:00
|
|
|
Be sure to include the relevant section(s) of your `wezterm.lua` configuration file.
|
2019-12-28 07:35:09 +03:00
|
|
|
|
|
|
|
## Expected behavior
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
If applicable, add screenshots to help explain your problem. Screenshots are most
|
|
|
|
appropriate for rendering issues.
|
|
|
|
|
|
|
|
## Session Recording
|
|
|
|
|
|
|
|
If the issue is with the way that escape sequences are processed it can be helpful
|
2020-06-12 18:49:20 +03:00
|
|
|
to capture the terminal output using the [`wt-record`](https://github.com/wez/wezterm/blob/master/wt-record)
|
|
|
|
script to run `wezterm` and record a transcript. This requires the `script` utility
|
|
|
|
to be installed on your system (this is part of macOS and available in the `util-linux`
|
|
|
|
package on linux systems).
|
2019-12-28 07:35:09 +03:00
|
|
|
|
|
|
|
In the example below a file named `20180225161026.tgz` is produced. Please attach that
|
|
|
|
file to this issue, or if it contains private or sensitive issue that you don't want the
|
|
|
|
public to see on GitHub, please find some other way to get that file to a project
|
|
|
|
contributor (perhaps Dropbox or email?).
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ./wt-record
|
|
|
|
Transcript recorded in 20180225161026.tgz
|
|
|
|
```
|
|
|
|
|
|
|
|
You can use `wt-replay 20180225161026.tgz` to replay that file.
|
|
|
|
|
|
|
|
`wt-record` can only record the terminal output; it cannot record the input events going
|
|
|
|
in to the terminal, so if you are having an issue with input, please be sure to describe
|
|
|
|
it below!
|
|
|
|
|
|
|
|
## Additional context
|
2020-06-01 18:22:13 +03:00
|
|
|
|
2019-12-28 07:35:09 +03:00
|
|
|
Add any other context about the problem here.
|