diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-09 02:18:03 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-09 02:18:03 -0500 |
| commit | c078f5275f27a8812301a7d9c795ab4284d69bd3 (patch) | |
| tree | 6245399e52c1c01c0a6630db3a8739581df01f12 /graphics.c | |
| parent | d0b1b2db2210d4fe31701d144d03a37ea55ece00 (diff) | |
improve prompt layout
Diffstat (limited to 'graphics.c')
| -rw-r--r-- | graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -211,6 +211,7 @@ void render_frame(client_state *state) { } // draw selected input background + glScissor(input.x, input.y, input.dx, input.dy); if (state->selected_filtered_item == -1 && !state->exact_match) { glUseProgram(state->box_shader); glUniform4f(state->b_color_uniform, config.highlight_color.r,config.highlight_color.g,config.highlight_color.b,config.highlight_color.a); |
