commit | fa52d173f9295399c272f6cea3154444d121193e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Mar 13 16:44:05 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 18 05:33:58 2025 -0600 |
tree | c5057e2e952d2e3ad88d27afc3b958c3808de501 | |
parent | b5b4ed06aa30446093c4b31f7a9116e266b9026d [diff] |
Use gdb unordered map in tui-io.c This changes tui.c to use gdb::unordered_map. ui_file_style::color is changed a little as well; operator< is no longer needed, but a simple hash function is added. Approved-By: Simon Marchi <simon.marchi@efficios.com>